\(\int \frac {(e+f x)^n}{x (a+b x+c x^2)} \, dx\) [546]

   Optimal result
   Rubi [A] (verified)
   Mathematica [A] (verified)
   Maple [F]
   Fricas [F]
   Sympy [F]
   Maxima [F]
   Giac [F]
   Mupad [F(-1)]

Optimal result

Integrand size = 23, antiderivative size = 242 \[ \int \frac {(e+f x)^n}{x \left (a+b x+c x^2\right )} \, dx=\frac {c \left (1+\frac {b}{\sqrt {b^2-4 a c}}\right ) (e+f x)^{1+n} \operatorname {Hypergeometric2F1}\left (1,1+n,2+n,\frac {2 c (e+f x)}{2 c e-\left (b-\sqrt {b^2-4 a c}\right ) f}\right )}{a \left (2 c e-\left (b-\sqrt {b^2-4 a c}\right ) f\right ) (1+n)}+\frac {c \left (1-\frac {b}{\sqrt {b^2-4 a c}}\right ) (e+f x)^{1+n} \operatorname {Hypergeometric2F1}\left (1,1+n,2+n,\frac {2 c (e+f x)}{2 c e-\left (b+\sqrt {b^2-4 a c}\right ) f}\right )}{a \left (2 c e-\left (b+\sqrt {b^2-4 a c}\right ) f\right ) (1+n)}-\frac {(e+f x)^{1+n} \operatorname {Hypergeometric2F1}\left (1,1+n,2+n,1+\frac {f x}{e}\right )}{a e (1+n)} \]

[Out]

-(f*x+e)^(1+n)*hypergeom([1, 1+n],[2+n],1+f*x/e)/a/e/(1+n)+c*(f*x+e)^(1+n)*hypergeom([1, 1+n],[2+n],2*c*(f*x+e
)/(2*c*e-f*(b-(-4*a*c+b^2)^(1/2))))*(1+b/(-4*a*c+b^2)^(1/2))/a/(1+n)/(2*c*e-f*(b-(-4*a*c+b^2)^(1/2)))+c*(f*x+e
)^(1+n)*hypergeom([1, 1+n],[2+n],2*c*(f*x+e)/(2*c*e-f*(b+(-4*a*c+b^2)^(1/2))))*(1-b/(-4*a*c+b^2)^(1/2))/a/(1+n
)/(2*c*e-f*(b+(-4*a*c+b^2)^(1/2)))

Rubi [A] (verified)

Time = 0.28 (sec) , antiderivative size = 242, normalized size of antiderivative = 1.00, number of steps used = 7, number of rules used = 4, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.174, Rules used = {974, 67, 844, 70} \[ \int \frac {(e+f x)^n}{x \left (a+b x+c x^2\right )} \, dx=\frac {c \left (\frac {b}{\sqrt {b^2-4 a c}}+1\right ) (e+f x)^{n+1} \operatorname {Hypergeometric2F1}\left (1,n+1,n+2,\frac {2 c (e+f x)}{2 c e-\left (b-\sqrt {b^2-4 a c}\right ) f}\right )}{a (n+1) \left (2 c e-f \left (b-\sqrt {b^2-4 a c}\right )\right )}+\frac {c \left (1-\frac {b}{\sqrt {b^2-4 a c}}\right ) (e+f x)^{n+1} \operatorname {Hypergeometric2F1}\left (1,n+1,n+2,\frac {2 c (e+f x)}{2 c e-\left (b+\sqrt {b^2-4 a c}\right ) f}\right )}{a (n+1) \left (2 c e-f \left (\sqrt {b^2-4 a c}+b\right )\right )}-\frac {(e+f x)^{n+1} \operatorname {Hypergeometric2F1}\left (1,n+1,n+2,\frac {f x}{e}+1\right )}{a e (n+1)} \]

[In]

Int[(e + f*x)^n/(x*(a + b*x + c*x^2)),x]

[Out]

(c*(1 + b/Sqrt[b^2 - 4*a*c])*(e + f*x)^(1 + n)*Hypergeometric2F1[1, 1 + n, 2 + n, (2*c*(e + f*x))/(2*c*e - (b
- Sqrt[b^2 - 4*a*c])*f)])/(a*(2*c*e - (b - Sqrt[b^2 - 4*a*c])*f)*(1 + n)) + (c*(1 - b/Sqrt[b^2 - 4*a*c])*(e +
f*x)^(1 + n)*Hypergeometric2F1[1, 1 + n, 2 + n, (2*c*(e + f*x))/(2*c*e - (b + Sqrt[b^2 - 4*a*c])*f)])/(a*(2*c*
e - (b + Sqrt[b^2 - 4*a*c])*f)*(1 + n)) - ((e + f*x)^(1 + n)*Hypergeometric2F1[1, 1 + n, 2 + n, 1 + (f*x)/e])/
(a*e*(1 + n))

Rule 67

Int[((b_.)*(x_))^(m_)*((c_) + (d_.)*(x_))^(n_), x_Symbol] :> Simp[((c + d*x)^(n + 1)/(d*(n + 1)*(-d/(b*c))^m))
*Hypergeometric2F1[-m, n + 1, n + 2, 1 + d*(x/c)], x] /; FreeQ[{b, c, d, m, n}, x] &&  !IntegerQ[n] && (Intege
rQ[m] || GtQ[-d/(b*c), 0])

Rule 70

Int[((a_) + (b_.)*(x_))^(m_)*((c_) + (d_.)*(x_))^(n_), x_Symbol] :> Simp[(b*c - a*d)^n*((a + b*x)^(m + 1)/(b^(
n + 1)*(m + 1)))*Hypergeometric2F1[-n, m + 1, m + 2, (-d)*((a + b*x)/(b*c - a*d))], x] /; FreeQ[{a, b, c, d, m
}, x] && NeQ[b*c - a*d, 0] &&  !IntegerQ[m] && IntegerQ[n]

Rule 844

Int[(((d_.) + (e_.)*(x_))^(m_)*((f_.) + (g_.)*(x_)))/((a_.) + (b_.)*(x_) + (c_.)*(x_)^2), x_Symbol] :> Int[Exp
andIntegrand[(d + e*x)^m, (f + g*x)/(a + b*x + c*x^2), x], x] /; FreeQ[{a, b, c, d, e, f, g}, x] && NeQ[b^2 -
4*a*c, 0] && NeQ[c*d^2 - b*d*e + a*e^2, 0] &&  !RationalQ[m]

Rule 974

Int[((d_.) + (e_.)*(x_))^(m_)*((f_.) + (g_.)*(x_))^(n_)*((a_.) + (b_.)*(x_) + (c_.)*(x_)^2)^(p_.), x_Symbol] :
> Int[ExpandIntegrand[(d + e*x)^m*(f + g*x)^n*(a + b*x + c*x^2)^p, x], x] /; FreeQ[{a, b, c, d, e, f, g}, x] &
& NeQ[e*f - d*g, 0] && NeQ[b^2 - 4*a*c, 0] && NeQ[c*d^2 - b*d*e + a*e^2, 0] && (IntegerQ[p] || (ILtQ[m, 0] &&
ILtQ[n, 0])) &&  !(IGtQ[m, 0] || IGtQ[n, 0])

Rubi steps \begin{align*} \text {integral}& = \int \left (\frac {(e+f x)^n}{a x}+\frac {(-b-c x) (e+f x)^n}{a \left (a+b x+c x^2\right )}\right ) \, dx \\ & = \frac {\int \frac {(e+f x)^n}{x} \, dx}{a}+\frac {\int \frac {(-b-c x) (e+f x)^n}{a+b x+c x^2} \, dx}{a} \\ & = -\frac {(e+f x)^{1+n} \, _2F_1\left (1,1+n;2+n;1+\frac {f x}{e}\right )}{a e (1+n)}+\frac {\int \left (\frac {\left (-c-\frac {b c}{\sqrt {b^2-4 a c}}\right ) (e+f x)^n}{b-\sqrt {b^2-4 a c}+2 c x}+\frac {\left (-c+\frac {b c}{\sqrt {b^2-4 a c}}\right ) (e+f x)^n}{b+\sqrt {b^2-4 a c}+2 c x}\right ) \, dx}{a} \\ & = -\frac {(e+f x)^{1+n} \, _2F_1\left (1,1+n;2+n;1+\frac {f x}{e}\right )}{a e (1+n)}-\frac {\left (c \left (1-\frac {b}{\sqrt {b^2-4 a c}}\right )\right ) \int \frac {(e+f x)^n}{b+\sqrt {b^2-4 a c}+2 c x} \, dx}{a}-\frac {\left (c \left (1+\frac {b}{\sqrt {b^2-4 a c}}\right )\right ) \int \frac {(e+f x)^n}{b-\sqrt {b^2-4 a c}+2 c x} \, dx}{a} \\ & = \frac {c \left (1+\frac {b}{\sqrt {b^2-4 a c}}\right ) (e+f x)^{1+n} \, _2F_1\left (1,1+n;2+n;\frac {2 c (e+f x)}{2 c e-\left (b-\sqrt {b^2-4 a c}\right ) f}\right )}{a \left (2 c e-\left (b-\sqrt {b^2-4 a c}\right ) f\right ) (1+n)}+\frac {c \left (1-\frac {b}{\sqrt {b^2-4 a c}}\right ) (e+f x)^{1+n} \, _2F_1\left (1,1+n;2+n;\frac {2 c (e+f x)}{2 c e-\left (b+\sqrt {b^2-4 a c}\right ) f}\right )}{a \left (2 c e-\left (b+\sqrt {b^2-4 a c}\right ) f\right ) (1+n)}-\frac {(e+f x)^{1+n} \, _2F_1\left (1,1+n;2+n;1+\frac {f x}{e}\right )}{a e (1+n)} \\ \end{align*}

Mathematica [A] (verified)

Time = 0.35 (sec) , antiderivative size = 207, normalized size of antiderivative = 0.86 \[ \int \frac {(e+f x)^n}{x \left (a+b x+c x^2\right )} \, dx=\frac {(e+f x)^{1+n} \left (\frac {c \left (1+\frac {b}{\sqrt {b^2-4 a c}}\right ) \operatorname {Hypergeometric2F1}\left (1,1+n,2+n,\frac {2 c (e+f x)}{2 c e+\left (-b+\sqrt {b^2-4 a c}\right ) f}\right )}{2 c e+\left (-b+\sqrt {b^2-4 a c}\right ) f}+\frac {c \left (1-\frac {b}{\sqrt {b^2-4 a c}}\right ) \operatorname {Hypergeometric2F1}\left (1,1+n,2+n,\frac {2 c (e+f x)}{2 c e-\left (b+\sqrt {b^2-4 a c}\right ) f}\right )}{2 c e-\left (b+\sqrt {b^2-4 a c}\right ) f}-\frac {\operatorname {Hypergeometric2F1}\left (1,1+n,2+n,1+\frac {f x}{e}\right )}{e}\right )}{a (1+n)} \]

[In]

Integrate[(e + f*x)^n/(x*(a + b*x + c*x^2)),x]

[Out]

((e + f*x)^(1 + n)*((c*(1 + b/Sqrt[b^2 - 4*a*c])*Hypergeometric2F1[1, 1 + n, 2 + n, (2*c*(e + f*x))/(2*c*e + (
-b + Sqrt[b^2 - 4*a*c])*f)])/(2*c*e + (-b + Sqrt[b^2 - 4*a*c])*f) + (c*(1 - b/Sqrt[b^2 - 4*a*c])*Hypergeometri
c2F1[1, 1 + n, 2 + n, (2*c*(e + f*x))/(2*c*e - (b + Sqrt[b^2 - 4*a*c])*f)])/(2*c*e - (b + Sqrt[b^2 - 4*a*c])*f
) - Hypergeometric2F1[1, 1 + n, 2 + n, 1 + (f*x)/e]/e))/(a*(1 + n))

Maple [F]

\[\int \frac {\left (f x +e \right )^{n}}{x \left (c \,x^{2}+b x +a \right )}d x\]

[In]

int((f*x+e)^n/x/(c*x^2+b*x+a),x)

[Out]

int((f*x+e)^n/x/(c*x^2+b*x+a),x)

Fricas [F]

\[ \int \frac {(e+f x)^n}{x \left (a+b x+c x^2\right )} \, dx=\int { \frac {{\left (f x + e\right )}^{n}}{{\left (c x^{2} + b x + a\right )} x} \,d x } \]

[In]

integrate((f*x+e)^n/x/(c*x^2+b*x+a),x, algorithm="fricas")

[Out]

integral((f*x + e)^n/(c*x^3 + b*x^2 + a*x), x)

Sympy [F]

\[ \int \frac {(e+f x)^n}{x \left (a+b x+c x^2\right )} \, dx=\int \frac {\left (e + f x\right )^{n}}{x \left (a + b x + c x^{2}\right )}\, dx \]

[In]

integrate((f*x+e)**n/x/(c*x**2+b*x+a),x)

[Out]

Integral((e + f*x)**n/(x*(a + b*x + c*x**2)), x)

Maxima [F]

\[ \int \frac {(e+f x)^n}{x \left (a+b x+c x^2\right )} \, dx=\int { \frac {{\left (f x + e\right )}^{n}}{{\left (c x^{2} + b x + a\right )} x} \,d x } \]

[In]

integrate((f*x+e)^n/x/(c*x^2+b*x+a),x, algorithm="maxima")

[Out]

integrate((f*x + e)^n/((c*x^2 + b*x + a)*x), x)

Giac [F]

\[ \int \frac {(e+f x)^n}{x \left (a+b x+c x^2\right )} \, dx=\int { \frac {{\left (f x + e\right )}^{n}}{{\left (c x^{2} + b x + a\right )} x} \,d x } \]

[In]

integrate((f*x+e)^n/x/(c*x^2+b*x+a),x, algorithm="giac")

[Out]

integrate((f*x + e)^n/((c*x^2 + b*x + a)*x), x)

Mupad [F(-1)]

Timed out. \[ \int \frac {(e+f x)^n}{x \left (a+b x+c x^2\right )} \, dx=\int \frac {{\left (e+f\,x\right )}^n}{x\,\left (c\,x^2+b\,x+a\right )} \,d x \]

[In]

int((e + f*x)^n/(x*(a + b*x + c*x^2)),x)

[Out]

int((e + f*x)^n/(x*(a + b*x + c*x^2)), x)